POV-Ray : Newsgroups : povray.binaries.images : New Slime-POV feature: function camera : Re: New Slime-POV feature: function camera Server Time
14 Aug 2024 09:26:51 EDT (-0400)
  Re: New Slime-POV feature: function camera  
From: Slime
Date: 10 Nov 2002 20:44:50
Message: <3dcf0b92$1@news.povray.org>
Well, pigment functions don't really return vectors, they return colors.
Same thing, I know, but with a different number of dimensions.

So I assume you're proposing some sort of syntax like:

#declare myvectorfunction = vfunction {
function{...}
function{...}
function{...}
}

#declare myothervectorfunction = vfunction(a,b,c,d){myvectorfunction(a,b) +
myvectorfunction(c,d)}

sorta like that? That would be quite difficult to implement, I'd think...

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.